home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3855 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  837 b 

  1. Path: crl.crl.com!not-for-mail
  2. From: bobfry@crl.com (Robert Fry)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C romize
  5. Date: 31 Jan 1996 08:37:31 -0800
  6. Organization: CRL Dialup Internet Access
  7. Message-ID: <4eo5sb$99q@crl.crl.com>
  8. References: <DM0s00.DEA@news.zippo.com>
  9. NNTP-Posting-Host: crl.com
  10.  
  11. far@solarium.cs.buap.mx writes:
  12.  
  13. >How can I write code in C, Romable ?
  14.  
  15. C doesn't know the difference between ROM and RAM, nor whether or not 
  16. it's going to go to one or the other. Some compilers, however, can 
  17. produce code that is designed for one or the other, usually by a compiler 
  18. switch (or set of switches).
  19.  
  20. You might check in a DOS-specific newsgroup, or one for your compiler, 
  21. but this newsgroup is less likely to have your answer, since most of its 
  22. readers won't be using your compiler, and many won't be using DOS.
  23.  
  24. Good luck.
  25.   Bob
  26.